Double Key Skip Columns Registry entry

Specifies columns which either must be double keyed or which do not need to be double keyed.

Usage

This Registry entry is assigned to groups:

KeyGroupGroup
Key 1GroupGroup
Key 2groupDefault
Key 3TableTable
Key 4tableDefault
Key 5Double Key Skip Columns
Valuecolumn;column;...

where:

column;column;...

is a semicolon separated list of columns that are to be double keyed or which do not need to be double keyed (i.e. they can be skipped). To specify that the columns must be keyed, the list is prefixed with a minus (-).

Example

This entry specifies that the Date and Time Inserted and Modified columns do not need to be double keyed:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 Default
Key 5 Double Key Skip Columns
Value AdmDateInserted;AdmTimeInserted;AdmInsertedBy;AdmDateModified; AdmTimeModified;AdmModifiedBy